home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 6_functions / stripansi < prev    next >
Text File  |  2001-03-21  |  574b  |  22 lines

  1. Synopsis:
  2.    $stripansi(<text>)
  3.  
  4. Technical:
  5.    This function strips out any occurrences of the ESC character from the
  6.    input text.
  7.  
  8. Practical:
  9.    This function is mostly useful for cleaning any output that will be sent
  10.    to a display window when DISPLAY_ANSI is turned on.  The function is no
  11.    different from $strip, except it only strips out ESCs.
  12.  
  13. Returns:
  14.    input text with ESCs removed
  15.  
  16. Examples:
  17.    $stripansi($*)             make sure default input has no ESCs
  18.  
  19. See Also:
  20.    set(4) display_ansi; strip(6); stripansicodes(6); stripc(6)
  21.  
  22.